OpenRequester "SimpleReq","Kommentar","","Textloader Meldung...","Ich kann den Textloader","Font nicht finden. Bitte","zuerst Installieren!","Sonst lade ich TOPAZ/8!"
OpenRequester "SimpleReq","Kommentar","","Textloader Information...","!Herzlich Willkommen!","Bitte schicken sie eine","Postkarte für die Registration!","!!! ES LOHNT SICH !!!"
Let AutorInfo = "Pascal Gisin"||Char(10)||"Fiechtenweg 11"||Char(10)||"CH-4147 Aesch"||Char(10)||""||Char(10)||"Tel: 079/322'23'53"||Char(10)||"Fax: 079/0'322'23'53"||CHAR(10)||"E-Mail: PGisin@nextron.ch"
Let Autor=AskForResponse(AutorInfo, "Textloader Info...", "Alles klar!")
EndScript
EndObject
TextMenu "SystemInfo..."
Definition
AttachTo MENU ,"Editormenü"
Font "personal",8 ; FontName, PointSize
Style PLAIN ,2,3
TextColors 1,2,JAM2 ; PenA, PenB, DrawMode
Text "SystemInfo..."
MenuFlags NONE
Highlight COMPLEMENT
ShortCutKey "?"
EndScript
Occurred
If Hilfsmodus = TRUE
OpenRequester "HelpReq","Card_1","","Mit diesem Menüpunkt, erhalten Sie","Interresannte Infos über Speicher-,","Chip-, Fast und Ihre Systemkonfigurationen!"," "," "
Else
GotoCard "Systeminfos..."
EndIf
EndScript
EndObject
TextMenu "Trennstrich4"
Definition
AttachTo MENU ,"Editormenü"
Font "personal",8 ; FontName, PointSize
Style PLAIN ,2,3
TextColors 0,1,JAM1 ; PenA, PenB, DrawMode
Text "-------------------------------"
MenuFlags NONE
Highlight NONE
ShortCutKey ""
EndScript
EndObject
TextMenu "Laden..."
Definition
AttachTo MENU ,"Editormenü"
Text "Laden..."
Font "personal",8 ; FontName, PointSize
Style PLAIN ,2,3
TextColors 1,2,JAM1 ; PenA, PenB, DrawMode
ShortCutKey "L"
EndScript
Occurred
SetObjectState "AMarke2",false
SetFileRequestMode REGULARMODE ,REJECTICONS
Let Laden=AskForFilename(NeueDatei,"ASCII/FTXT Datei laden...","155","39","340","180")
Let NeueDatei=Laden
If NeueDatei<>NOTHING
If NOT MATCH (FileType(NeueDatei),"Unknown","FTXT")
Do "Beep"
SetWindowTitle "Kann die Datei"|||NeueDatei|||"nicht laden"
Else
SetWindowTitle "Lade Dokument..."
LoadDocument NeueDatei,"TheDoc"
IfError
Else
SetWindowTitle "Dateiname"|||NeueDatei
EndIf
EndIf
EndIf
WorkWithDocument "TheDoc"
Let c=theColumnNumber
Do "undos"
EndScript
EndObject
TextMenu "AHLaden..."
Definition
AttachTo MENU ,"Editormenü"
Text "Lade als HEX..."
Font "personal",8 ; FontName, PointSize
Style PLAIN ,2,3
TextColors 1,2,JAM1 ; PenA, PenB, DrawMode
EndScript
Occurred
SetObjectState "AMarke2",false
SetFileRequestMode REGULARMODE ,REJECTICONS
Do "LText"
Let c=theColumnNumber
Do "undos"
MoveCursorTo STARTOF DOCUMENT
Let THETITLE=READCNT|||"Bytes von"|||FileOf(READFILE)|||"("||FILECNT|||"Bytes) geladen"
SetWindowTitle thetitle
EndScript
EndObject
TextMenu "Laden, Bild..."
Definition
AttachTo MENU ,"Editormenü"
Font "personal",8 ; FontName, PointSize
Style PLAIN ,2,3
TextColors 1,2,JAM2 ; PenA, PenB, DrawMode
Text "Laden, Bild..."
MenuFlags NONE
Highlight COMPLEMENT
ShortCutKey "!"
EndScript
Occurred
SetFileRequestMode REGULARMODE ,REJECTICONS
Let Datei=AskForFileName(Bild, "Bild auswählen! Zum laden...","155","39","340","180")
If Datei <> ""
Let Bild = Datei
GotoCard "BildAnzeiger"
EndIf
EndScript
EndObject
TextMenu "LadenBild(PP)"
Definition
AttachTo MENU ,"Editormenü"
Font "personal",8 ; FontName, PointSize
Style PLAIN ,2,3
TextColors 1,2,JAM2 ; PenA, PenB, DrawMode
Text "LadenBild(PP)"
MenuFlags NONE
Highlight COMPLEMENT
ShortCutKey ""
EndScript
Occurred
If exists("Sys:c/PPshow")
Dos "Run >NIL: <Nil: Sys:c/PPshow"
Else
Let Fehler=AskForResponse("Leider konnte PPSHOW nicht gefunden werden!","Anzeigeproblem...","Schade")
If Fehler=1
DisableObject "LadenBild(PP)"
EndIf
EndIf
EndScript
EndObject
TextMenu "TrennstrichX1"
Definition
AttachTo MENU ,"Editormenü"
Font "personal",8 ; FontName, PointSize
Style PLAIN ,2,3
TextColors 0,1,JAM1 ; PenA, PenB, DrawMode
Text "-------------------------------"
MenuFlags NONE
Highlight NONE
ShortCutKey ""
EndScript
EndObject
TextMenu "Einfügen..."
Definition
AttachTo MENU ,"Editormenü"
Text "Einfügen..."
Font "personal",8 ; FontName, PointSize
Style PLAIN ,2,3
TextColors 1,2,JAM1 ; PenA, PenB, DrawMode
ShortCutKey "E"
EndScript
Occurred
Let c=theColumnNumber
Do "undos"
Do "marke2"
SetObjectState "AMarke2",false
SetFileRequestMode REGULARMODE ,REJECTICONS
Let Einfügen=AskForFilename(InsertMode,"Text beim Cursor einfügen...","155","39","340","180")
Let Newfile = Einfügen
If newfile<>nothing
If Not Match(FileType(newfile),"Unknown","FTXT")
SetWindowTitle "Kann File nicht Laden """||newfile||""""
Else
SetWindowTitle "Lade einzufügender Text....."
InsertDocument newfile,"TheDoc"
IfError
Do "Fehlerroutine"
Else
Let FileToGet=newfile
SetWindowTitle "FileName :"""||FileToGet||""""
EndIf
EndIf
EndIf
EndScript
EndObject
TextMenu "TrennstrichX9"
Definition
AttachTo MENU ,"Editormenü"
Font "personal",8 ; FontName, PointSize
Style PLAIN ,2,3
TextColors 0,1,JAM1 ; PenA, PenB, DrawMode
Text "-------------------------------"
MenuFlags NONE
Highlight NONE
ShortCutKey ""
EndScript
EndObject
TextMenu "Suchen..."
Definition
AttachTo MENU ,"Editormenü"
Font "personal",8 ; FontName, PointSize
Style PLAIN ,2,3
TextColors 1,2,JAM2 ; PenA, PenB, DrawMode
Text "Suchen..."
MenuFlags NONE
Highlight COMPLEMENT
ShortCutKey "S"
EndScript
Occurred
Do "S"
EndScript
EndObject
TextMenu "Suchen fortsetzen..."
Definition
AttachTo MENU ,"Editormenü"
Font "personal",8 ; FontName, PointSize
Style PLAIN ,2,3
TextColors 1,2,JAM2 ; PenA, PenB, DrawMode
Text "Suchen fortsetzen..."
MenuFlags NONE
Highlight COMPLEMENT
ShortCutKey "W"
EndScript
Occurred
Do "SF"
EndScript
EndObject
TextMenu "TrennstrichX7"
Definition
AttachTo MENU ,"Editormenü"
Font "personal",8 ; FontName, PointSize
Style PLAIN ,2,3
TextColors 0,1,JAM1 ; PenA, PenB, DrawMode
Text "-------------------------------"
MenuFlags NONE
Highlight NONE
ShortCutKey ""
EndScript
EndObject
TextMenu "Speichern, ASCII"
Definition
AttachTo MENU ,"Editormenü"
Text "Speichern, ASCII"
Font "personal",8 ; FontName, PointSize
Style PLAIN ,2,3
TextColors 1,2,JAM1 ; PenA, PenB, DrawMode
ShortCutKey "A"
EndScript
Occurred
Do "marke2"
SetObjectState "AMarke2",false
SetFileRequestMode SAVEFILEMODE ,NONE
Let SichernAscii=AskForFileName(Antwort,"Text in ASCII sichern...","155","39","340","180")
SetWindowTitle "Textloader Editor, von Pascal Gisin"
EndScript
EndObject
TextMenu "Speichern"
Definition
AttachTo MENU ,"Editormenü"
Text "Speichern"
Font "personal",8 ; FontName, PointSize
Style PLAIN ,2,3
TextColors 1,2,JAM1 ; PenA, PenB, DrawMode
ShortCutKey "R"
EndScript
Occurred
Do "marke2"
Let Abfrage = AskForResponse("Dieser Text wird dort gespeichert,"||Char(10)||"wo er geladen wurde. Ist das,"||Char(10)||"so in Ordnung?","Textloader Informiert...","Aber natürlich|Hab mich verdrückt")
If Abfrage =1
SaveAllChangedBuffers
If error
Do "FehlerRoutine"
If Abfrage =0
EndIf
EndIf
EndIf
EndScript
EndObject
TextMenu "TrennstrichX2"
Definition
AttachTo MENU ,"Editormenü"
Font "personal",8 ; FontName, PointSize
Style PLAIN ,2,3
TextColors 0,1,JAM1 ; PenA, PenB, DrawMode
Text "-------------------------------"
MenuFlags NONE
Highlight NONE
ShortCutKey ""
EndScript
EndObject
TextMenu "Löschen, TEXT"
Definition
AttachTo MENU ,"Editormenü"
Text "Löschen, TEXT"
Font "personal",8 ; FontName, PointSize
Style PLAIN ,2,3
TextColors 1,2,JAM1 ; PenA, PenB, DrawMode
ShortCutKey "T"
EndScript
Occurred
Let c=Theline
Do "undos"
OpenRequester "SimpleReq","JaNein","Löschen","Textloader Meldung...","Möchten Sie wirklich","den ganzen Text","für immer löschen?","???"
EndScript
EndObject
TextMenu "Löschen, ZEILE"
Definition
AttachTo MENU ,"Editormenü"
Text "Löschen, ZEILE"
Font "personal",8 ; FontName, PointSize
Style PLAIN ,2,3
TextColors 1,2,JAM1 ; PenA, PenB, DrawMode
ShortCutKey "Z"
EndScript
Occurred
Let c=Theline
Do "undos"
Clear LINE
EndScript
EndObject
TextMenu "TrennstrichX3"
Definition
AttachTo MENU ,"Editormenü"
Font "personal",8 ; FontName, PointSize
Style PLAIN ,2,3
TextColors 0,1,JAM1 ; PenA, PenB, DrawMode
Text "-------------------------------"
MenuFlags NONE
Highlight NONE
ShortCutKey ""
EndScript
EndObject
TextMenu "Cursor, Textanfang... "
Definition
AttachTo MENU ,"Editormenü"
Font "personal",8 ; FontName, PointSize
Style PLAIN ,2,3
TextColors 1,2,JAM2 ; PenA, PenB, DrawMode
Text "Cursor, Textanfang... "
MenuFlags NONE
Highlight COMPLEMENT
ShortCutKey ":"
EndScript
Occurred
WorkWithDocument "TheDoc"
MoveCursorTo STARTOF DOCUMENT
EndScript
EndObject
TextMenu "Cursor, Textende..."
Definition
AttachTo MENU ,"Editormenü"
Font "personal",8 ; FontName, PointSize
Style PLAIN ,2,3
TextColors 1,2,JAM2 ; PenA, PenB, DrawMode
Text "Cursor, Textende..."
MenuFlags NONE
Highlight COMPLEMENT
ShortCutKey ";"
EndScript
Occurred
WorkWithDocument "TheDoc"
MoveCursorTo ENDOF DOCUMENT
EndScript
EndObject
TextMenu "Cursor, EineZeile"
Definition
AttachTo MENU ,"Editormenü"
Font "personal",8 ; FontName, PointSize
Style PLAIN ,2,3
TextColors 1,2,JAM2 ; PenA, PenB, DrawMode
Text "Neue Zeile"
MenuFlags NONE
Highlight COMPLEMENT
ShortCutKey "D"
EndScript
Occurred
NewLine
EndScript
EndObject
TextMenu "TrennstrichX4"
Definition
AttachTo MENU ,"Editormenü"
Font "personal",8 ; FontName, PointSize
Style PLAIN ,2,3
TextColors 0,1,JAM1 ; PenA, PenB, DrawMode
Text "-------------------------------"
MenuFlags NONE
Highlight NONE
ShortCutKey ""
EndScript
EndObject
TextMenu "Drucken..."
Definition
AttachTo MENU ,"Editormenü"
Font "personal",8 ; FontName, PointSize
Style PLAIN ,2,3
TextColors 1,2,JAM2 ; PenA, PenB, DrawMode
Text "Drucken..."
MenuFlags NONE
Highlight COMPLEMENT
ShortCutKey "P"
EndScript
Occurred
OpenRequester "SimpleReq","JaNein","Drucken","Textloader Meldung...","Wollen Sie wirklich","dieses Dokument","jetzt Ausdrucken lassen?"," "
EndScript
EndObject
TextMenu "TrennstrichX5"
Definition
AttachTo MENU ,"Editormenü"
Font "personal",8 ; FontName, PointSize
Style PLAIN ,2,3
TextColors 0,1,JAM1 ; PenA, PenB, DrawMode
Text "-------------------------------"
MenuFlags NONE
Highlight NONE
ShortCutKey ""
EndScript
EndObject
TextMenu "Beenden..."
Definition
AttachTo MENU ,"Editormenü"
Font "personal",8 ; FontName, PointSize
Style PLAIN ,2,3
TextColors 1,2,JAM2 ; PenA, PenB, DrawMode
Text "Beenden..."
MenuFlags NONE
Highlight COMPLEMENT
ShortCutKey "Q"
EndScript
Occurred
OpenRequester "SimpleReq","JaNein","Ende","Textloader Frage...","Möchten Sie Ihr Dokument, vor","dem beenden noch sichern ???","",""
EndScript
EndObject
TextMenu "Mark"
Definition
AttachTo MENU ," Text"
Text "Markieren"
Font "topaz",8 ; FontName, PointSize
ShortCutKey "m"
EndScript
Occurred
SetObjectState "AM2",true
Do "empd2"
Do "curplace"
Do "markb"
EndScript
EndObject
TextMenu "Mark2"
Definition
AttachTo MENU ," Text"
Text "Alles Markieren"
Font "topaz",8 ; FontName, PointSize
EndScript
Occurred
SetObjectState "AM",true
Let ln=thelinenumber
Do "empd2"
Do "curplace"
Do "markb2"
PositionOnLine ln
EndScript
EndObject
TextMenu "HTML Information"
Definition
AttachTo MENU ," WWWEdit "
Text "HTML (Infos)"
Font "personal",8 ; FontName, PointSize
Style PLAIN ,2,3
TextColors 1,2,JAM1 ; PenA, PenB, DrawMode
EndScript
Occurred
LoadDocument ("SchabloneInfo"),"TheDoc"
IfError
Let err = askforresponse("Abbruch...", "Textloader Information", " OK ")
EndIf
EndScript
EndObject
TextMenu "Schablone öffnen..."
Definition
AttachTo MENU ," WWWEdit "
Text "HTML (Text)"
Font "personal",8 ; FontName, PointSize
Style PLAIN ,2,3
TextColors 1,2,JAM1 ; PenA, PenB, DrawMode
EndScript
Occurred
LoadDocument ("Schablone1"),"TheDoc"
IfError
Let err = askforresponse("Abbruch...", "Textloader Information", " OK ")
EndIf
EndScript
EndObject
TextMenu "Systemuhr..."
Definition
AttachTo MENU ," Workbench "
Font "personal",8 ; FontName, PointSize
Style PLAIN ,2,3
TextColors 3,2,JAM2 ; PenA, PenB, DrawMode
Text "Systemuhr..."
MenuFlags NONE
Highlight COMPLEMENT
ShortCutKey "U"
EndScript
Occurred
Dos "Run >Nil: <Nil: Sys:Utilities/Clock" ; Run the application
EndScript
EndObject
TextMenu "Taschenrechner..."
Definition
AttachTo MENU ," Workbench "
Font "personal",8 ; FontName, PointSize
Style PLAIN ,2,3
TextColors 3,2,JAM2 ; PenA, PenB, DrawMode
Text "Taschenrechner..."
MenuFlags NONE
Highlight COMPLEMENT
ShortCutKey "C"
EndScript
Occurred
Dos "Run >Nil: <Nil: Sys:Tools/Calculator" ; Run the application
EndScript
EndObject
TextMenu "Tastaturbelegung..."
Definition
AttachTo MENU ," Workbench "
Font "personal",8 ; FontName, PointSize
Style PLAIN ,2,3
TextColors 3,2,JAM2 ; PenA, PenB, DrawMode
Text "Tastaturbelegung..."
MenuFlags NONE
Highlight COMPLEMENT
ShortCutKey "K"
EndScript
Occurred
Dos "Run >Nil: <Nil: Sys:Tools/KeyShow" ; Run the application
EndScript
EndObject
TextMenu "Farbeneinsteller..."
Definition
AttachTo MENU ," Workbench "
Font "personal",8 ; FontName, PointSize
Style PLAIN ,2,3
TextColors 3,2,JAM2 ; PenA, PenB, DrawMode
Text "Farbeneinsteller..."
MenuFlags NONE
Highlight COMPLEMENT
ShortCutKey "+"
EndScript
Occurred
If exists("sys:Tools/Colors")
Dos "Run >Nil: <Nil: Sys:Tools/Colors" ; Run the application
ElseIf exists("sys:Prefs/Palette")
Dos "Run >Nil: <Nil: Sys:Prefs/Palette"
Else
Let Error =askforResponse("Programm existiert nicht!","Textloader Fehler...","")
EndIf
EndScript
EndObject
TextMenu "HD-Toolbox..."
Definition
AttachTo MENU ," Workbench "
Font "personal",8 ; FontName, PointSize
Style PLAIN ,2,3
TextColors 3,2,JAM2 ; PenA, PenB, DrawMode
Text "HD-Toolbox..."
MenuFlags NONE
Highlight COMPLEMENT
ShortCutKey "%"
EndScript
Occurred
Dos "Run >Nil: <Nil: Sys:Tools/HDToolbox" ; Run the application
EndScript
EndObject
TextMenu "Cli-Fenster..."
Definition
AttachTo MENU ," Workbench "
Font "personal",8 ; FontName, PointSize
Style PLAIN ,2,3
TextColors 3,2,JAM2 ; PenA, PenB, DrawMode
Text "Cli-Fenster..."
MenuFlags NONE
Highlight COMPLEMENT
ShortCutKey "$"
EndScript
Occurred
Dos "Run >Nil: <Nil: Sys:System/Cli" ; Run the application
EndScript
EndObject
TextMenu "Trennstrich6"
Definition
AttachTo MENU ," Workbench "
Font "personal",8 ; FontName, PointSize
Style PLAIN ,2,3
TextColors 0,1,JAM1 ; PenA, PenB, DrawMode
Text "-------------------------------"
MenuFlags NONE
Highlight NONE
ShortCutKey ""
EndScript
EndObject
TextMenu "MenuItem_4"
Definition
AttachTo MENU ," Workbench "
Font "personal",8 ; FontName, PointSize
Style PLAIN ,2,3
TextColors 3,2,JAM2 ; PenA, PenB, DrawMode
Text "Multiview..."
MenuFlags NONE
Highlight COMPLEMENT
ShortCutKey "0"
EndScript
Occurred
Dos "Run >Nil: <Nil: Sys:Utilities/Multiview"
If error
Do "Fehlerroutine"
EndIf
EndScript
EndObject
TextMenu "DruckerPrefs..."
Definition
AttachTo MENU ," Workbench "
Font "personal",8 ; FontName, PointSize
Style PLAIN ,2,3
TextColors 3,2,JAM2 ; PenA, PenB, DrawMode
Text "DruckerPrefs..."
MenuFlags NONE
Highlight COMPLEMENT
ShortCutKey "1"
EndScript
Occurred
Dos "Run >Nil: <Nil: Sys:prefs/Printer" ; Run the application
EndScript
EndObject
TextMenu "Zeiteinsteller..."
Definition
AttachTo MENU ," Workbench "
Font "personal",8 ; FontName, PointSize
Style PLAIN ,2,3
TextColors 3,2,JAM2 ; PenA, PenB, DrawMode
Text "Zeiteinsteller..."
MenuFlags NONE
Highlight COMPLEMENT
ShortCutKey "2"
EndScript
Occurred
Dos "Run >Nil: <Nil: Sys:prefs/Time" ; Run the application
EndScript
EndObject
TextMenu "Sprache(Locale)..."
Definition
AttachTo MENU ," Workbench "
Font "personal",8 ; FontName, PointSize
Style PLAIN ,2,3
TextColors 3,2,JAM2 ; PenA, PenB, DrawMode
Text "Sprache(Locale)..."
MenuFlags NONE
Highlight COMPLEMENT
ShortCutKey "3"
EndScript
Occurred
Dos "Run >Nil: <Nil: Sys:prefs/Locale" ; Run the application
EndScript
EndObject
TextMenu "Screenmodeprefs..."
Definition
AttachTo MENU ," Workbench "
Font "personal",8 ; FontName, PointSize
Style PLAIN ,2,3
TextColors 3,2,JAM2 ; PenA, PenB, DrawMode
Text "Screenmodeprefs..."
MenuFlags NONE
Highlight COMPLEMENT
ShortCutKey "4"
EndScript
Occurred
Dos "Run >Nil: <Nil: Sys:Prefs/ScreenMode" ; Run the application
EndScript
EndObject
TextMenu "PrinterGfx..."
Definition
AttachTo MENU ," Workbench "
Font "personal",8 ; FontName, PointSize
Style PLAIN ,2,3
TextColors 3,2,JAM2 ; PenA, PenB, DrawMode
Text "PrinterGfx..."
MenuFlags NONE
Highlight COMPLEMENT
ShortCutKey "5"
EndScript
Occurred
Dos "Run >Nil: <Nil: Sys:prefs/PrinterGfx" ; Run the application
EndScript
EndObject
TextMenu "Fonteinsteller..."
Definition
AttachTo MENU ," Workbench "
Font "personal",8 ; FontName, PointSize
Style PLAIN ,2,3
TextColors 3,2,JAM2 ; PenA, PenB, DrawMode
Text "Fonteinsteller..."
MenuFlags NONE
Highlight COMPLEMENT
ShortCutKey "6"
EndScript
Occurred
Dos "Run >Nil: <Nil: Sys:prefs/Font" ; Run the application
EndScript
EndObject
TextMenu "Palette..."
Definition
AttachTo MENU ," PrefsTools "
Font "personal",8 ; FontName, PointSize
Style PLAIN ,2,3
TextColors 1,2,JAM2 ; PenA, PenB, DrawMode
Text "Palette..."
MenuFlags NONE
Highlight COMPLEMENT
ShortCutKey "X"
EndScript
Occurred
OpenRequester "Palette","Palette"
EndScript
EndObject
TextMenu "Speicher..."
Definition
AttachTo MENU ," PrefsTools "
Font "personal",8 ; FontName, PointSize
Style PLAIN ,2,3
TextColors 1,2,JAM2 ; PenA, PenB, DrawMode
Text "Speicher..."
MenuFlags NONE
Highlight COMPLEMENT
ShortCutKey "M"
EndScript
Occurred
OpenRequester "Avail","Avail"
EndScript
EndObject
TextMenu "Sicherheitskopie anlegen (2)"
Definition
AttachTo OBJECT ,"Speichern, Backup »"
Text "Sicherheitskopie anlegen (2)"
Font "personal",8 ; FontName, PointSize
Style PLAIN ,2,3
TextColors 3,1,JAM2 ; PenA, PenB, DrawMode
EndScript
Occurred
Do "marke2"
SetObjectState "AMarke2",false
SetWindowTitle "Speichere den Text nun in die RAM, unter Ablage (2)"
SetWindowTitle "Textloader Editor, von Pascal Gisin"
EndScript
EndObject
TextMenu "-------------------------"
Definition
AttachTo OBJECT ,"Speichern, Backup »"
Font "topaz",8 ; FontName, PointSize
Style PLAIN ,2,3
TextColors 0,1,JAM1 ; PenA, PenB, DrawMode
Text "-------------------------"
MenuFlags NONE
Highlight NONE
ShortCutKey ""
EndScript
EndObject
TextMenu "Sicherheitskopie einfügen (1)"
Definition
AttachTo OBJECT ,"Speichern, Backup »"
Font "personal",8 ; FontName, PointSize
Style PLAIN ,2,3
TextColors 0,1,JAM1 ; PenA, PenB, DrawMode
Text "Sicherheitskopie einfügen (1)"
MenuFlags NONE
Highlight COMPLEMENT
ShortCutKey ""
EndScript
Occurred
LoadDocument "ram:1BackupTextloader","TheDoc"
EndScript
EndObject
TextMenu "Sicherheitskopie einfügen (2)"
Definition
AttachTo OBJECT ,"Speichern, Backup »"
Font "personal",8 ; FontName, PointSize
Style PLAIN ,2,3
TextColors 0,1,JAM1 ; PenA, PenB, DrawMode
Text "Sicherheitskopie einfügen (2)"
MenuFlags NONE
Highlight COMPLEMENT
ShortCutKey ""
EndScript
Occurred
LoadDocument "ram:2BackupTextloader","TheDoc"
EndScript
EndObject
TextMenu "Sicherheitskopie einfügen (3)"
Definition
AttachTo OBJECT ,"Speichern, Backup »"
Font "personal",8 ; FontName, PointSize
Style PLAIN ,2,3
TextColors 0,1,JAM1 ; PenA, PenB, DrawMode
Text "Sicherheitskopie einfügen (3)"
MenuFlags NONE
Highlight COMPLEMENT
ShortCutKey ""
EndScript
Occurred
LoadDocument "ram:3BackupTextloader","TheDoc"
EndScript
EndObject
TextMenu "Sicherheitskopie einfügen (4)"
Definition
AttachTo OBJECT ,"Speichern, Backup »"
Font "personal",8 ; FontName, PointSize
Style PLAIN ,2,3
TextColors 0,1,JAM1 ; PenA, PenB, DrawMode
Text "Sicherheitskopie einfügen (4)"
MenuFlags NONE
Highlight COMPLEMENT
ShortCutKey ""
EndScript
Occurred
LoadDocument "ram:4BackupTextloader","TheDoc"
EndScript
EndObject
TextMenu "OnlineHelp..."
Definition
AttachTo MENU ," Help "
Font "personal",8 ; FontName, PointSize
Style PLAIN ,2,3
TextColors 1,2,JAM2 ; PenA, PenB, DrawMode
Text "OnlineHelp..."
MenuFlags NONE
Highlight COMPLEMENT
ShortCutKey "O"
EndScript
Occurred
If EXISTS ("sys:Utilities/Amigaguide")
Dos "Run >Nil: <Nil: Sys:Utilities/Amigaguide Textloader.guide" ; Run the application
Else
If EXISTS ("sys:Utilities/Multiview")
Dos "Run >Nil: <Nil: Sys:Utilities/Multiview Textloader.guide" ; Run the Aplic.
Else
If EXISTS ("sys:c/Amigaguide")
Dos "Run >Nil: <Nil: Sys:c/Amigaguide Textloader.guide"
Else
OpenRequester "SimpleReq","Kommentar","","Textloader Meldung...","Leider konnte ich die","Textloader OnlineHelp nicht","starten. Benötige Amigaguide, oder","Multiview für die Ausgabe!"
EndIf
EndIf
EndIf
EndScript
EndObject
TextMenu "MenuItem_1"
Definition
AttachTo MENU ," Workbench "
Font "personal",8 ; FontName, PointSize
Style PLAIN ,2,3
TextColors 3,2,JAM2 ; PenA, PenB, DrawMode
Text "Pointer..."
MenuFlags NONE
Highlight COMPLEMENT
ShortCutKey "7"
EndScript
Occurred
Dos "Run >Nil: <Nil: Sys:Prefs/Pointer" ; Run the application
EndScript
EndObject
TextMenu "MenuItem_2"
Definition
AttachTo MENU ," Workbench "
Font "personal",8 ; FontName, PointSize
Style PLAIN ,2,3
TextColors 3,2,JAM2 ; PenA, PenB, DrawMode
Text "Sound..."
MenuFlags NONE
Highlight COMPLEMENT
ShortCutKey "8"
EndScript
Occurred
Dos "Run >Nil: <Nil: Sys:Prefs/Sound" ; Run the application
EndScript
EndObject
TextMenu "MenuItem3"
Definition
AttachTo MENU ," Workbench "
Font "personal",8 ; FontName, PointSize
Style PLAIN ,2,3
TextColors 3,2,JAM2 ; PenA, PenB, DrawMode
Text "PrinterPostscript..."
MenuFlags NONE
Highlight COMPLEMENT
ShortCutKey "9"
EndScript
Occurred
Dos "Run >Nil: <Nil: Sys:Prefs/PrinterPS" ; Run the application
EndScript
EndObject
TextMenu "Trennstrich?"
Definition
AttachTo MENU ," Workbench "
Font "personal",8 ; FontName, PointSize
Style PLAIN ,2,3
TextColors 0,1,JAM1 ; PenA, PenB, DrawMode
Text "-------------------------------"
MenuFlags NONE
Highlight NONE
ShortCutKey ""
EndScript
EndObject
AKey "F8-nicht_benutzt"
Definition
QualifiersPressed NONE
KeyPressed F8
EndScript
OnDown
Do "AusserFunktion"
EndScript
EndObject
AKey "F9-nicht-benutzt"
Definition
QualifiersPressed NONE
KeyPressed F9
EndScript
OnDown
Do "AusserFunktion"
EndScript
EndObject
AKey "F10-nicht_benutzt"
Definition
QualifiersPressed NONE
KeyPressed F10
EndScript
OnDown
Do "AusserFunktion"
EndScript
EndObject
TextMenu "NoFastMem"
Definition
AttachTo MENU ," Workbench "
Font "personal",8 ; FontName, PointSize
Style PLAIN ,2,3
TextColors 3,2,JAM2 ; PenA, PenB, DrawMode
Text "NoFastMem"
MenuFlags NONE
Highlight COMPLEMENT
ShortCutKey ""
EndScript
Occurred
Dos "Run >Nil: <Nil: Sys:system/NoFastMem"
If error
Do "Fehlerroutine"
EndIf
EndScript
EndObject
TextMenu "Rexxmast"
Definition
AttachTo MENU ," Workbench "
Font "personal",8 ; FontName, PointSize
Style PLAIN ,2,3
TextColors 3,2,JAM2 ; PenA, PenB, DrawMode
Text "Rexxmast"
MenuFlags NONE
Highlight COMPLEMENT
ShortCutKey ""
EndScript
Occurred
Dos "Run >Nil: <Nil: Sys:system/Rexxmast"
If error
Do "Fehlerroutine"
EndIf
EndScript
EndObject
TextMenu "StatistikDoc"
Definition
AttachTo MENU ," Statistik "
Text "Document..."
Font "personal",8 ; FontName, PointSize
ShortCutKey "."
EndScript
Occurred
Let DokInfo = "Zeichen Total: """||SizeOfDocument||""""||Char(10)||"Cursor Position: """||TheCharacter||""""||Char(10)||"Cursor auf Feld: """||TheColumnNumber||""""||Char(10)||"Zeilen Total: """||LinesInDocument||""""
Let InfoDok=AskForResponse(DokInfo, "Textloader Dok Infos...","Danke fuer die News!")
EndScript
EndObject
TextMenu "MenuItem_3"
Definition
AttachTo MENU ," Statistik "
Text "------------------------"
Highlight NONE
Font "personal",8 ; FontName, PointSize
Style PLAIN ,2,3
TextColors 4,2,JAM1 ; PenA, PenB, DrawMode
EndScript
EndObject
TextMenu "Memory"
Definition
AttachTo MENU ," Statistik "
Text "Ram Speicher..."
Font "personal",8 ; FontName, PointSize
ShortCutKey ","
EndScript
Occurred
Let TotalMemory = "Chip RAM: """||AvailableChipMemory||""""||Char(10)||"Fast RAM: """||AvailableFastMemory||""""||Char(10)||""||Char(10)||"Total: """||AvailableMemory||""""
Let Memory =AskForResponse(TotalMemory, "Textloader Statistik...","Aha so stehts!")
Let Intui =askForResponse("Sie benutzen Workbench-Realise: """||IntuitionVersion||"""","Textloader WB Check...","")
EndScript
EndObject
TextMenu "Farbenwahl"
Definition
AttachTo MENU ," PrefsTools "
Font "personal",8 ; FontName, PointSize
Style PLAIN ,2,3
TextColors 1,2,JAM2 ; PenA, PenB, DrawMode
Text "Farben wahl..."
MenuFlags NONE
Highlight COMPLEMENT
ShortCutKey ""
EndScript
EndObject
TextMenu "Wb"
Definition
AttachTo OBJECT ,"Farbenwahl"
Font "personal",8 ; FontName, PointSize
Style PLAIN ,2,3
TextColors 1,2,JAM2 ; PenA, PenB, DrawMode
Text "Wb"
MenuFlags CHECKABLE CHECKIT
Highlight COMPLEMENT
ShortCutKey ""
EndScript
Occurred
SetObjectState "Wb",true
SetObjectState "WBold",false
SetObjectState "Violetexotic",false
SetObjectState "blacky",false
SetObjectState "banana",false
SetObjectState "PescaFruit",false
SetObjectState "GreenApple",false
SetObjectState "SpacyTint",false
SetRGB 0,170,170,170
SetRGB 1,0,0,17
SetRGB 2,255,255,255
SetRGB 3,102,136,187
EndScript
EndObject
TextMenu "WBold"
Definition
AttachTo OBJECT ,"Farbenwahl"
Font "personal",8 ; FontName, PointSize
Style PLAIN ,2,3
TextColors 1,2,JAM2 ; PenA, PenB, DrawMode
Text "WBold"
MenuFlags CHECKABLE
Highlight COMPLEMENT
ShortCutKey ""
EndScript
Occurred
SetObjectState "Wb",false
SetObjectState "WBold",true
SetObjectState "Violetexotic",false
SetObjectState "blacky",false
SetObjectState "banana",false
SetObjectState "PescaFruit",false
SetObjectState "GreenApple",false
SetObjectState "SpacyTint",false
SetRGB 0,0,85,170
SetRGB 1,255,255,255
SetRGB 2,0,0,34
SetRGB 3,255,136,0
EndScript
EndObject
TextMenu "Violetexotic"
Definition
AttachTo OBJECT ,"Farbenwahl"
Font "personal",8 ; FontName, PointSize
Style PLAIN ,2,3
TextColors 1,2,JAM2 ; PenA, PenB, DrawMode
Text "Violett exotic"
MenuFlags CHECKABLE
Highlight COMPLEMENT
ShortCutKey ""
EndScript
Occurred
SetObjectState "Wb",false
SetObjectState "WBold",false
SetObjectState "Violetexotic",true
SetObjectState "blacky",false
SetObjectState "banana",false
SetObjectState "PescaFruit",false
SetObjectState "GreenApple",false
SetObjectState "SpacyTint",false
SetRGB 0,187,187,187
SetRGB 1,0,0,0
SetRGB 2,255,255,255
SetRGB 3,204,0,153
EndScript
EndObject
TextMenu "blacky"
Definition
AttachTo OBJECT ,"Farbenwahl"
Font "personal",8 ; FontName, PointSize
Style PLAIN ,2,3
TextColors 1,2,JAM2 ; PenA, PenB, DrawMode
Text "blacky bounce"
MenuFlags CHECKABLE
Highlight COMPLEMENT
ShortCutKey ""
EndScript
Occurred
SetObjectState "Wb",false
SetObjectState "WBold",false
SetObjectState "Violetexotic",false
SetObjectState "blacky",true
SetObjectState "banana",false
SetObjectState "PescaFruit",false
SetObjectState "GreenApple",false
SetObjectState "SpacyTint",false
SetRGB 0,0,0,0
SetRGB 1,255,255,255
SetRGB 2,85,170,170
SetRGB 3,204,51,85
EndScript
EndObject
TextMenu "Banana"
Definition
AttachTo OBJECT ,"Farbenwahl"
Font "personal",8 ; FontName, PointSize
Style PLAIN ,2,3
TextColors 1,2,JAM2 ; PenA, PenB, DrawMode
Text "Banana split"
MenuFlags CHECKABLE
Highlight COMPLEMENT
ShortCutKey ""
EndScript
Occurred
SetObjectState "Wb",false
SetObjectState "WBold",false
SetObjectState "Violetexotic",false
SetObjectState "blacky",false
SetObjectState "banana",true
SetObjectState "PescaFruit",false
SetObjectState "GreenApple",false
SetObjectState "SpacyTint",false
SetRGB 0,170,170,170
SetRGB 1,0,0,0
SetRGB 2,187,85,17
SetRGB 3,221,221,0
EndScript
EndObject
TextMenu "Pescafruit"
Definition
AttachTo OBJECT ,"Farbenwahl"
Font "personal",8 ; FontName, PointSize
Style PLAIN ,2,3
TextColors 1,2,JAM2 ; PenA, PenB, DrawMode
Text "Pescafruit"
MenuFlags CHECKABLE
Highlight COMPLEMENT
ShortCutKey ""
EndScript
Occurred
SetObjectState "Wb",false
SetObjectState "WBold",false
SetObjectState "Violetexotic",false
SetObjectState "blacky",false
SetObjectState "banana",false
SetObjectState "PescaFruit",true
SetObjectState "GreenApple",false
SetObjectState "SpacyTint",false
SetRGB 0,170,170,170
SetRGB 1,0,0,0
SetRGB 2,255,17,68
SetRGB 3,238,136,0
EndScript
EndObject
TextMenu "GreenApple"
Definition
AttachTo OBJECT ,"Farbenwahl"
Font "personal",8 ; FontName, PointSize
Style PLAIN ,2,3
TextColors 1,2,JAM2 ; PenA, PenB, DrawMode
Text "GreenApple"
MenuFlags CHECKABLE
Highlight COMPLEMENT
ShortCutKey ""
EndScript
Occurred
SetObjectState "Wb",false
SetObjectState "WBold",false
SetObjectState "Violetexotic",false
SetObjectState "blacky",false
SetObjectState "banana",false
SetObjectState "PescaFruit",false
SetObjectState "GreenApple",true
SetObjectState "SpacyTint",false
SetRGB 0,153,153,153
SetRGB 1,0,0,0
SetRGB 2,238,170,51
SetRGB 3,0,136,0
EndScript
EndObject
TextMenu "Spacytint"
Definition
AttachTo OBJECT ,"Farbenwahl"
Font "personal",8 ; FontName, PointSize
Style PLAIN ,2,3
TextColors 1,2,JAM2 ; PenA, PenB, DrawMode
Text "Spacytint"
MenuFlags CHECKABLE
Highlight COMPLEMENT
ShortCutKey ""
EndScript
Occurred
SetObjectState "Wb",false
SetObjectState "WBold",false
SetObjectState "Violetexotic",false
SetObjectState "blacky",false
SetObjectState "banana",false
SetObjectState "PescaFruit",false
SetObjectState "GreenApple",false
SetObjectState "SpacyTint",true
SetRGB 0,255,255,255
SetRGB 1,238,0,187
SetRGB 2,0,0,0
SetRGB 3,17,204,102
EndScript
EndObject
AKey "OnlineHelp"
Definition
QualifiersPressed NONE
KeyPressed HELP
EndScript
OnDown
If EXISTS ("sys:Utilities/Amigaguide")
Dos "Run >Nil: <Nil: Sys:Utilities/Amigaguide Textloader.guide" ; Run the application
Else
If EXISTS ("sys:Utilities/Multiview")
Dos "Run >Nil: <Nil: Sys:Utilities/Multiview Textloader.guide" ; Run the Aplic.
Else
If EXISTS ("sys:c/Amigaguide")
Dos "Run >Nil: <Nil: Sys:c/Amigaguide Textloader.guide"
Else
OpenRequester "SimpleReq","Kommentar","","Textloader Meldung...","Leider konnte ich die","Textloader OnlineHelp nicht","starten. Benötige Amigaguide, oder","Multiview für die Ausgabe!"
EndIf
EndIf
EndIf
EndScript
EndObject
AKey "Laden Text (KeyInput)"
Definition
QualifiersPressed NONE
KeyPressed F1
EndScript
OnDown
SetFileRequestMode REGULARMODE ,REJECTICONS
Let Laden=AskForFilename(NeueDatei,"ASCII/FTXT Datei laden...","155","39","340","180")
Let NeueDatei=Laden
If NeueDatei<>NOTHING
If NOT MATCH (FileType(NeueDatei),"Unknown","FTXT")
Do "Beep"
SetWindowTitle "Kann die Datei"|||NeueDatei|||"nicht laden"
Else
SetWindowTitle "Lade Dokument..."
LoadDocument NeueDatei,"TheDoc"
IfError
Else
SetWindowTitle "Dateiname"|||NeueDatei
EndIf
EndIf
EndIf
Let c=theColumnNumber
Do "undos"
EndScript
EndObject
AKey "Speichern (KeyInput)"
Definition
QualifiersPressed NONE
KeyPressed F2
EndScript
OnDown
Let Abfrage = AskForResponse("Dieser Text wird dort gespeichert,"||Char(10)||"wo er geladen wurde. Ist das,"||Char(10)||"so in Ordnung?","Textloader Informiert...","Aber natürlich|Hab mich verdrückt")
If Abfrage =1
SaveAllChangedBuffers
If error
Do "FehlerRoutine"
If Abfrage =0
EndIf
EndIf
EndIf
EndScript
EndObject
AKey "Speichern als... (KeyInput)"
Definition
QualifiersPressed NONE
KeyPressed F3
EndScript
OnDown
SetFileRequestMode SAVEFILEMODE ,NONE
Let SichernAscii=AskForFileName(Antwort,"Text in ASCII sichern...","155","39","340","180")
OpenRequester "SimpleReq","Kommentar","","Textloader Meldung...","Ich kann den Textloader","Font nicht finden. Bitte","zuerst Installieren!","Sonst lade ich TOPAZ/8!"
OpenRequester "SimpleReq","Kommentar","","Textloader Information...","!Welcome to the Textloader","Texteditor! Please","make a Registration!","!!! Thanx !!!"
SetWindowTitle "Textloader Editor, von Pascal Gisin"
EndScript
EndObject
TextMenu "Speichern"
Definition
AttachTo MENU ,"Editormenu"
Text "Save..."
Font "personal",8 ; FontName, PointSize
Style PLAIN ,2,3
TextColors 1,2,JAM1 ; PenA, PenB, DrawMode
ShortCutKey "R"
EndScript
Occurred
Do "marke2"
Let Abfrage = AskForResponse("Should the text saved to the"||Char(10)||"old location? Do you know "||Char(10)||"what you doing?","Textloader Information...","OK|Cancel")
If Abfrage =1
SaveAllChangedBuffers
If error
Do "FehlerRoutine"
If Abfrage =0
EndIf
EndIf
EndIf
EndScript
EndObject
TextMenu "TrennstrichX2"
Definition
AttachTo MENU ,"Editormenu"
Font "personal",8 ; FontName, PointSize
Style PLAIN ,2,3
TextColors 0,1,JAM1 ; PenA, PenB, DrawMode
Text "-------------------------------"
MenuFlags NONE
Highlight NONE
ShortCutKey ""
EndScript
EndObject
TextMenu "Löschen, TEXT"
Definition
AttachTo MENU ,"Editormenu"
Text "Clear document..."
Font "personal",8 ; FontName, PointSize
Style PLAIN ,2,3
TextColors 1,2,JAM1 ; PenA, PenB, DrawMode
ShortCutKey "T"
EndScript
Occurred
Let c=Theline
Do "undos"
OpenRequester "SimpleReq","JaNein2","Löschen","Textloader Message...","Do you really want to","clear the whole document ?","","???"
EndScript
EndObject
TextMenu "Löschen, ZEILE"
Definition
AttachTo MENU ,"Editormenu"
Text "Delete Line..."
Font "personal",8 ; FontName, PointSize
Style PLAIN ,2,3
TextColors 1,2,JAM1 ; PenA, PenB, DrawMode
ShortCutKey "Z"
EndScript
Occurred
Let c=Theline
Do "undos"
WorkWithDocument "TheDoc"
Clear LINE
EndScript
EndObject
TextMenu "TrennstrichX3"
Definition
AttachTo MENU ,"Editormenu"
Font "personal",8 ; FontName, PointSize
Style PLAIN ,2,3
TextColors 0,1,JAM1 ; PenA, PenB, DrawMode
Text "-------------------------------"
MenuFlags NONE
Highlight NONE
ShortCutKey ""
EndScript
EndObject
TextMenu "Cursor, Textanfang... "
Definition
AttachTo MENU ,"Editormenu"
Text "Cursor to start of text..."
Font "personal",8 ; FontName, PointSize
Style PLAIN ,2,3
TextColors 1,2,JAM1 ; PenA, PenB, DrawMode
ShortCutKey ":"
EndScript
Occurred
WorkWithDocument "TheDoc"
MoveCursorTo STARTOF DOCUMENT
EndScript
EndObject
TextMenu "Cursor, Textende..."
Definition
AttachTo MENU ,"Editormenu"
Text "Cursor to end of line..."
Font "personal",8 ; FontName, PointSize
Style PLAIN ,2,3
TextColors 1,2,JAM1 ; PenA, PenB, DrawMode
ShortCutKey ";"
EndScript
Occurred
WorkWithDocument "TheDoc"
MoveCursorTo ENDOF DOCUMENT
EndScript
EndObject
TextMenu "Cursor, EineZeile"
Definition
AttachTo MENU ,"Editormenu"
Text "Insert new line..."
Font "personal",8 ; FontName, PointSize
Style PLAIN ,2,3
TextColors 1,2,JAM1 ; PenA, PenB, DrawMode
ShortCutKey "D"
EndScript
Occurred
NewLine
EndScript
EndObject
TextMenu "TrennstrichX4"
Definition
AttachTo MENU ,"Editormenu"
Font "personal",8 ; FontName, PointSize
Style PLAIN ,2,3
TextColors 0,1,JAM1 ; PenA, PenB, DrawMode
Text "-------------------------------"
MenuFlags NONE
Highlight NONE
ShortCutKey ""
EndScript
EndObject
TextMenu "Drucken..."
Definition
AttachTo MENU ,"Editormenu"
Text "Print..."
Font "personal",8 ; FontName, PointSize
Style PLAIN ,2,3
TextColors 1,2,JAM1 ; PenA, PenB, DrawMode
ShortCutKey "P"
EndScript
Occurred
OpenRequester "SimpleReq","JaNein2","Drucken","Textloader Message...","Do you really want to","print this Document ?",""," "
EndScript
EndObject
TextMenu "TrennstrichX5"
Definition
AttachTo MENU ,"Editormenu"
Font "personal",8 ; FontName, PointSize
Style PLAIN ,2,3
TextColors 0,1,JAM1 ; PenA, PenB, DrawMode
Text "-------------------------------"
MenuFlags NONE
Highlight NONE
ShortCutKey ""
EndScript
EndObject
TextMenu "Beenden..."
Definition
AttachTo MENU ,"Editormenu"
Text "Quit..."
Font "personal",8 ; FontName, PointSize
Style PLAIN ,2,3
TextColors 1,2,JAM1 ; PenA, PenB, DrawMode
ShortCutKey "Q"
EndScript
Occurred
OpenRequester "SimpleReq","JaNein2","Ende","Textloader Message...","Do you want save the Document ","before you leaving this program ???","",""
EndScript
EndObject
TextMenu "Mark"
Definition
AttachTo MENU ," Text"
Text "Mark..."
Font "topaz",8 ; FontName, PointSize
ShortCutKey "m"
EndScript
Occurred
SetObjectState "AM2",true
Do "empd2"
Do "curplace"
Do "markb"
EndScript
EndObject
TextMenu "Mark2"
Definition
AttachTo MENU ," Text"
Text "Mark all..."
Font "topaz",8 ; FontName, PointSize
EndScript
Occurred
SetObjectState "AM",true
Let ln=thelinenumber
Do "empd2"
Do "curplace"
Do "markb2"
PositionOnLine ln
EndScript
EndObject
TextMenu "HTML Information"
Definition
AttachTo MENU ," WWWEdit "
Text "HTML (Infos)"
Font "personal",8 ; FontName, PointSize
Style PLAIN ,2,3
TextColors 1,2,JAM1 ; PenA, PenB, DrawMode
EndScript
Occurred
LoadDocument ("SchabloneInfo"),"TheDoc"
IfError
Let err = askforresponse("Cancel...", "Textloader Information", " OK ")
EndIf
EndScript
EndObject
TextMenu "Schablone öffnen..."
Definition
AttachTo MENU ," WWWEdit "
Text "HTML (Text)"
Font "personal",8 ; FontName, PointSize
Style PLAIN ,2,3
TextColors 1,2,JAM1 ; PenA, PenB, DrawMode
EndScript
Occurred
LoadDocument ("Schablone1"),"TheDoc"
IfError
Let err = askforresponse("Cancel...", "Textloader Information", " OK ")
EndIf
EndScript
EndObject
TextMenu "Systemuhr..."
Definition
AttachTo MENU ," Workbench "
Text "Clock..."
Font "personal",8 ; FontName, PointSize
Style PLAIN ,2,3
TextColors 3,2,JAM1 ; PenA, PenB, DrawMode
ShortCutKey "U"
EndScript
Occurred
Dos "Run >Nil: <Nil: Sys:Utilities/Clock" ; Run the application
EndScript
EndObject
TextMenu "Taschenrechner..."
Definition
AttachTo MENU ," Workbench "
Text "Calculator..."
Font "personal",8 ; FontName, PointSize
Style PLAIN ,2,3
TextColors 3,2,JAM1 ; PenA, PenB, DrawMode
ShortCutKey "C"
EndScript
Occurred
Dos "Run >Nil: <Nil: Sys:Tools/Calculator" ; Run the application
EndScript
EndObject
TextMenu "Tastaturbelegung..."
Definition
AttachTo MENU ," Workbench "
Text "Keyshow..."
Font "personal",8 ; FontName, PointSize
Style PLAIN ,2,3
TextColors 3,2,JAM1 ; PenA, PenB, DrawMode
ShortCutKey "K"
EndScript
Occurred
Dos "Run >Nil: <Nil: Sys:Tools/KeyShow" ; Run the application
EndScript
EndObject
TextMenu "Farbeneinsteller..."
Definition
AttachTo MENU ," Workbench "
Text "Palette..."
Font "personal",8 ; FontName, PointSize
Style PLAIN ,2,3
TextColors 3,2,JAM1 ; PenA, PenB, DrawMode
ShortCutKey "+"
EndScript
Occurred
If exists("sys:Tools/Colors")
Dos "Run >Nil: <Nil: Sys:Tools/Colors" ; Run the application
ElseIf exists("sys:Prefs/Palette")
Dos "Run >Nil: <Nil: Sys:Prefs/Palette"
Else
Let Error =askforResponse("Programm existiert nicht!","Textloader Fehler...","")
EndIf
EndScript
EndObject
TextMenu "HD-Toolbox..."
Definition
AttachTo MENU ," Workbench "
Font "personal",8 ; FontName, PointSize
Style PLAIN ,2,3
TextColors 3,2,JAM2 ; PenA, PenB, DrawMode
Text "HD-Toolbox..."
MenuFlags NONE
Highlight COMPLEMENT
ShortCutKey "%"
EndScript
Occurred
Dos "Run >Nil: <Nil: Sys:Tools/HDToolbox" ; Run the application
EndScript
EndObject
TextMenu "Cli-Fenster..."
Definition
AttachTo MENU ," Workbench "
Text "Open Shell..."
Font "personal",8 ; FontName, PointSize
Style PLAIN ,2,3
TextColors 3,2,JAM1 ; PenA, PenB, DrawMode
ShortCutKey "$"
EndScript
Occurred
Dos "Run >Nil: <Nil: Sys:System/Cli" ; Run the application
EndScript
EndObject
TextMenu "Trennstrich6"
Definition
AttachTo MENU ," Workbench "
Font "personal",8 ; FontName, PointSize
Style PLAIN ,2,3
TextColors 0,1,JAM1 ; PenA, PenB, DrawMode
Text "-------------------------------"
MenuFlags NONE
Highlight NONE
ShortCutKey ""
EndScript
EndObject
TextMenu "MenuItem_4"
Definition
AttachTo MENU ," Workbench "
Font "personal",8 ; FontName, PointSize
Style PLAIN ,2,3
TextColors 3,2,JAM2 ; PenA, PenB, DrawMode
Text "Multiview..."
MenuFlags NONE
Highlight COMPLEMENT
ShortCutKey "0"
EndScript
Occurred
Dos "Run >Nil: <Nil: Sys:Utilities/Multiview"
If error
Do "Fehlerroutine"
EndIf
EndScript
EndObject
TextMenu "DruckerPrefs..."
Definition
AttachTo MENU ," Workbench "
Text "Printer..."
Font "personal",8 ; FontName, PointSize
Style PLAIN ,2,3
TextColors 3,2,JAM1 ; PenA, PenB, DrawMode
ShortCutKey "1"
EndScript
Occurred
Dos "Run >Nil: <Nil: Sys:prefs/Printer" ; Run the application
EndScript
EndObject
TextMenu "Zeiteinsteller..."
Definition
AttachTo MENU ," Workbench "
Text "Time..."
Font "personal",8 ; FontName, PointSize
Style PLAIN ,2,3
TextColors 3,2,JAM1 ; PenA, PenB, DrawMode
ShortCutKey "2"
EndScript
Occurred
Dos "Run >Nil: <Nil: Sys:prefs/Time" ; Run the application
EndScript
EndObject
TextMenu "Sprache(Locale)..."
Definition
AttachTo MENU ," Workbench "
Text "Locale..."
Font "personal",8 ; FontName, PointSize
Style PLAIN ,2,3
TextColors 3,2,JAM1 ; PenA, PenB, DrawMode
ShortCutKey "3"
EndScript
Occurred
Dos "Run >Nil: <Nil: Sys:prefs/Locale" ; Run the application
EndScript
EndObject
TextMenu "Screenmodeprefs..."
Definition
AttachTo MENU ," Workbench "
Text "Screenmode..."
Font "personal",8 ; FontName, PointSize
Style PLAIN ,2,3
TextColors 3,2,JAM1 ; PenA, PenB, DrawMode
ShortCutKey "4"
EndScript
Occurred
Dos "Run >Nil: <Nil: Sys:Prefs/ScreenMode" ; Run the application
EndScript
EndObject
TextMenu "PrinterGfx..."
Definition
AttachTo MENU ," Workbench "
Font "personal",8 ; FontName, PointSize
Style PLAIN ,2,3
TextColors 3,2,JAM2 ; PenA, PenB, DrawMode
Text "PrinterGfx..."
MenuFlags NONE
Highlight COMPLEMENT
ShortCutKey "5"
EndScript
Occurred
Dos "Run >Nil: <Nil: Sys:prefs/PrinterGfx" ; Run the application
EndScript
EndObject
TextMenu "Fonteinsteller..."
Definition
AttachTo MENU ," Workbench "
Text "Fonts..."
Font "personal",8 ; FontName, PointSize
Style PLAIN ,2,3
TextColors 3,2,JAM1 ; PenA, PenB, DrawMode
ShortCutKey "6"
EndScript
Occurred
Dos "Run >Nil: <Nil: Sys:prefs/Font" ; Run the application
EndScript
EndObject
TextMenu "Palette..."
Definition
AttachTo MENU ," PrefsTools "
Font "personal",8 ; FontName, PointSize
Style PLAIN ,2,3
TextColors 1,2,JAM2 ; PenA, PenB, DrawMode
Text "Palette..."
MenuFlags NONE
Highlight COMPLEMENT
ShortCutKey "X"
EndScript
Occurred
OpenRequester "Palette","Palette"
EndScript
EndObject
TextMenu "Speicher..."
Definition
AttachTo MENU ," PrefsTools "
Text "Avail..."
Font "personal",8 ; FontName, PointSize
Style PLAIN ,2,3
TextColors 1,2,JAM1 ; PenA, PenB, DrawMode
ShortCutKey "M"
EndScript
Occurred
OpenRequester "Avail","Avail"
EndScript
EndObject
TextMenu "Sicherheitskopie anlegen (2)"
Definition
AttachTo OBJECT ,"Speichern, Backup »"
Text "Save Backup (2)"
Font "personal",8 ; FontName, PointSize
Style PLAIN ,2,3
TextColors 3,1,JAM2 ; PenA, PenB, DrawMode
EndScript
Occurred
Do "marke2"
SetObjectState "AMarke2",false
SetWindowTitle "Saving text to RAM: as Backup (2)"
SetWindowTitle "Textloader Editor, von Pascal Gisin"
EndScript
EndObject
TextMenu "-------------------------"
Definition
AttachTo OBJECT ,"Speichern, Backup »"
Font "topaz",8 ; FontName, PointSize
Style PLAIN ,2,3
TextColors 0,1,JAM1 ; PenA, PenB, DrawMode
Text "-------------------------"
MenuFlags NONE
Highlight NONE
ShortCutKey ""
EndScript
EndObject
TextMenu "Sicherheitskopie einfügen (1)"
Definition
AttachTo OBJECT ,"Speichern, Backup »"
Text "Insert Backup (1)"
Font "personal",8 ; FontName, PointSize
Style PLAIN ,2,3
TextColors 0,1,JAM2 ; PenA, PenB, DrawMode
EndScript
Occurred
LoadDocument "ram:1BackupTextloader","TheDoc"
EndScript
EndObject
TextMenu "Sicherheitskopie einfügen (2)"
Definition
AttachTo OBJECT ,"Speichern, Backup »"
Text "Insert Backup (2)"
Font "personal",8 ; FontName, PointSize
Style PLAIN ,2,3
TextColors 0,1,JAM2 ; PenA, PenB, DrawMode
EndScript
Occurred
LoadDocument "ram:2BackupTextloader","TheDoc"
EndScript
EndObject
TextMenu "Sicherheitskopie einfügen (3)"
Definition
AttachTo OBJECT ,"Speichern, Backup »"
Text "Insert Backup (3)"
Font "personal",8 ; FontName, PointSize
Style PLAIN ,2,3
TextColors 0,1,JAM2 ; PenA, PenB, DrawMode
EndScript
Occurred
LoadDocument "ram:3BackupTextloader","TheDoc"
EndScript
EndObject
TextMenu "Sicherheitskopie einfügen (4)"
Definition
AttachTo OBJECT ,"Speichern, Backup »"
Text "Insert Backup (4)"
Font "personal",8 ; FontName, PointSize
Style PLAIN ,2,3
TextColors 0,1,JAM2 ; PenA, PenB, DrawMode
EndScript
Occurred
LoadDocument "ram:4BackupTextloader","TheDoc"
EndScript
EndObject
TextMenu "OnlineHelp..."
Definition
AttachTo MENU ," Help "
Font "personal",8 ; FontName, PointSize
Style PLAIN ,2,3
TextColors 1,2,JAM2 ; PenA, PenB, DrawMode
Text "OnlineHelp..."
MenuFlags NONE
Highlight COMPLEMENT
ShortCutKey "O"
EndScript
Occurred
If EXISTS ("sys:Utilities/Amigaguide")
Dos "Run >Nil: <Nil: Sys:Utilities/Amigaguide Textloader.guide" ; Run the application
Else
If EXISTS ("sys:Utilities/Multiview")
Dos "Run >Nil: <Nil: Sys:Utilities/Multiview Textloader.guide" ; Run the Aplic.
Else
If EXISTS ("sys:c/Amigaguide")
Dos "Run >Nil: <Nil: Sys:c/Amigaguide Textloader.guide"
Else
OpenRequester "SimpleReq","Kommentar","","Textloader Meldung...","Leider konnte ich die","Textloader OnlineHelp nicht","starten. Benötige Amigaguide, oder","Multiview für die Ausgabe!"
EndIf
EndIf
EndIf
EndScript
EndObject
TextMenu "MenuItem_1"
Definition
AttachTo MENU ," Workbench "
Font "personal",8 ; FontName, PointSize
Style PLAIN ,2,3
TextColors 3,2,JAM2 ; PenA, PenB, DrawMode
Text "Pointer..."
MenuFlags NONE
Highlight COMPLEMENT
ShortCutKey "7"
EndScript
Occurred
Dos "Run >Nil: <Nil: Sys:Prefs/Pointer" ; Run the application
EndScript
EndObject
TextMenu "MenuItem_2"
Definition
AttachTo MENU ," Workbench "
Font "personal",8 ; FontName, PointSize
Style PLAIN ,2,3
TextColors 3,2,JAM2 ; PenA, PenB, DrawMode
Text "Sound..."
MenuFlags NONE
Highlight COMPLEMENT
ShortCutKey "8"
EndScript
Occurred
Dos "Run >Nil: <Nil: Sys:Prefs/Sound" ; Run the application
EndScript
EndObject
TextMenu "MenuItem3"
Definition
AttachTo MENU ," Workbench "
Font "personal",8 ; FontName, PointSize
Style PLAIN ,2,3
TextColors 3,2,JAM2 ; PenA, PenB, DrawMode
Text "PrinterPostscript..."
MenuFlags NONE
Highlight COMPLEMENT
ShortCutKey "9"
EndScript
Occurred
Dos "Run >Nil: <Nil: Sys:Prefs/PrinterPS" ; Run the application
EndScript
EndObject
TextMenu "Trennstrich?"
Definition
AttachTo MENU ," Workbench "
Font "personal",8 ; FontName, PointSize
Style PLAIN ,2,3
TextColors 0,1,JAM1 ; PenA, PenB, DrawMode
Text "-------------------------------"
MenuFlags NONE
Highlight NONE
ShortCutKey ""
EndScript
EndObject
AKey "F8-nicht_benutzt"
Definition
QualifiersPressed NONE
KeyPressed F8
EndScript
OnDown
Do "AusserFunktion"
EndScript
EndObject
AKey "F9-nicht-benutzt"
Definition
QualifiersPressed NONE
KeyPressed F9
EndScript
OnDown
Do "AusserFunktion"
EndScript
EndObject
AKey "F10-nicht_benutzt"
Definition
QualifiersPressed NONE
KeyPressed F10
EndScript
OnDown
Do "AusserFunktion"
EndScript
EndObject
TextMenu "NoFastMem"
Definition
AttachTo MENU ," Workbench "
Font "personal",8 ; FontName, PointSize
Style PLAIN ,2,3
TextColors 3,2,JAM2 ; PenA, PenB, DrawMode
Text "NoFastMem"
MenuFlags NONE
Highlight COMPLEMENT
ShortCutKey ""
EndScript
Occurred
Dos "Run >Nil: <Nil: Sys:system/NoFastMem"
If error
Do "Fehlerroutine"
EndIf
EndScript
EndObject
TextMenu "Rexxmast"
Definition
AttachTo MENU ," Workbench "
Font "personal",8 ; FontName, PointSize
Style PLAIN ,2,3
TextColors 3,2,JAM2 ; PenA, PenB, DrawMode
Text "Rexxmast"
MenuFlags NONE
Highlight COMPLEMENT
ShortCutKey ""
EndScript
Occurred
Dos "Run >Nil: <Nil: Sys:system/Rexxmast"
If error
Do "Fehlerroutine"
EndIf
EndScript
EndObject
TextMenu "StatistikDoc"
Definition
AttachTo MENU ," Statistik "
Text "Document..."
Font "personal",8 ; FontName, PointSize
ShortCutKey "."
EndScript
Occurred
Let DokInfo = "Characters: """||SizeOfDocument||""""||Char(10)||"Cursor Position: """||TheCharacter||""""||Char(10)||"Cursor at position: """||TheColumnNumber||""""||Char(10)||"Lines: """||LinesInDocument||""""
Let InfoDok=AskForResponse(DokInfo, "Textloader Doc Infos...","Thanks for the news!")
EndScript
EndObject
TextMenu "MenuItem_3"
Definition
AttachTo MENU ," Statistik "
Text "------------------------"
Highlight NONE
Font "personal",8 ; FontName, PointSize
Style PLAIN ,2,3
TextColors 4,2,JAM1 ; PenA, PenB, DrawMode
EndScript
EndObject
TextMenu "Memory"
Definition
AttachTo MENU ," Statistik "
Text "Memory..."
Font "personal",8 ; FontName, PointSize
ShortCutKey ","
EndScript
Occurred
Let TotalMemory = "Chip RAM: """||AvailableChipMemory||""""||Char(10)||"Fast RAM: """||AvailableFastMemory||""""||Char(10)||""||Char(10)||"Total: """||AvailableMemory||""""
Let Memory =AskForResponse(TotalMemory, "Textloader Statistics...","That`s it...")
Let Intui =askForResponse("You are using Workbench-Release: """||IntuitionVersion||"""","Textloader WB Check...","")
EndScript
EndObject
TextMenu "Farbenwahl"
Definition
AttachTo MENU ," PrefsTools "
Text "Colors..."
Font "personal",8 ; FontName, PointSize
Style PLAIN ,2,3
TextColors 1,2,JAM1 ; PenA, PenB, DrawMode
EndScript
EndObject
TextMenu "Wb"
Definition
AttachTo OBJECT ,"Farbenwahl"
Font "personal",8 ; FontName, PointSize
Style PLAIN ,2,3
TextColors 1,2,JAM2 ; PenA, PenB, DrawMode
Text "Wb"
MenuFlags CHECKABLE CHECKIT
Highlight COMPLEMENT
ShortCutKey ""
EndScript
Occurred
SetObjectState "Wb",true
SetObjectState "WBold",false
SetObjectState "Violetexotic",false
SetObjectState "blacky",false
SetObjectState "banana",false
SetObjectState "PescaFruit",false
SetObjectState "GreenApple",false
SetObjectState "SpacyTint",false
SetRGB 0,170,170,170
SetRGB 1,0,0,17
SetRGB 2,255,255,255
SetRGB 3,102,136,187
EndScript
EndObject
TextMenu "WBold"
Definition
AttachTo OBJECT ,"Farbenwahl"
Font "personal",8 ; FontName, PointSize
Style PLAIN ,2,3
TextColors 1,2,JAM2 ; PenA, PenB, DrawMode
Text "WBold"
MenuFlags CHECKABLE
Highlight COMPLEMENT
ShortCutKey ""
EndScript
Occurred
SetObjectState "Wb",false
SetObjectState "WBold",true
SetObjectState "Violetexotic",false
SetObjectState "blacky",false
SetObjectState "banana",false
SetObjectState "PescaFruit",false
SetObjectState "GreenApple",false
SetObjectState "SpacyTint",false
SetRGB 0,0,85,170
SetRGB 1,255,255,255
SetRGB 2,0,0,34
SetRGB 3,255,136,0
EndScript
EndObject
TextMenu "Violetexotic"
Definition
AttachTo OBJECT ,"Farbenwahl"
Font "personal",8 ; FontName, PointSize
Style PLAIN ,2,3
TextColors 1,2,JAM2 ; PenA, PenB, DrawMode
Text "Violett exotic"
MenuFlags CHECKABLE
Highlight COMPLEMENT
ShortCutKey ""
EndScript
Occurred
SetObjectState "Wb",false
SetObjectState "WBold",false
SetObjectState "Violetexotic",true
SetObjectState "blacky",false
SetObjectState "banana",false
SetObjectState "PescaFruit",false
SetObjectState "GreenApple",false
SetObjectState "SpacyTint",false
SetRGB 0,187,187,187
SetRGB 1,0,0,0
SetRGB 2,255,255,255
SetRGB 3,204,0,153
EndScript
EndObject
TextMenu "blacky"
Definition
AttachTo OBJECT ,"Farbenwahl"
Font "personal",8 ; FontName, PointSize
Style PLAIN ,2,3
TextColors 1,2,JAM2 ; PenA, PenB, DrawMode
Text "blacky bounce"
MenuFlags CHECKABLE
Highlight COMPLEMENT
ShortCutKey ""
EndScript
Occurred
SetObjectState "Wb",false
SetObjectState "WBold",false
SetObjectState "Violetexotic",false
SetObjectState "blacky",true
SetObjectState "banana",false
SetObjectState "PescaFruit",false
SetObjectState "GreenApple",false
SetObjectState "SpacyTint",false
SetRGB 0,0,0,0
SetRGB 1,255,255,255
SetRGB 2,85,170,170
SetRGB 3,204,51,85
EndScript
EndObject
TextMenu "Banana"
Definition
AttachTo OBJECT ,"Farbenwahl"
Font "personal",8 ; FontName, PointSize
Style PLAIN ,2,3
TextColors 1,2,JAM2 ; PenA, PenB, DrawMode
Text "Banana split"
MenuFlags CHECKABLE
Highlight COMPLEMENT
ShortCutKey ""
EndScript
Occurred
SetObjectState "Wb",false
SetObjectState "WBold",false
SetObjectState "Violetexotic",false
SetObjectState "blacky",false
SetObjectState "banana",true
SetObjectState "PescaFruit",false
SetObjectState "GreenApple",false
SetObjectState "SpacyTint",false
SetRGB 0,170,170,170
SetRGB 1,0,0,0
SetRGB 2,187,85,17
SetRGB 3,221,221,0
EndScript
EndObject
TextMenu "Pescafruit"
Definition
AttachTo OBJECT ,"Farbenwahl"
Font "personal",8 ; FontName, PointSize
Style PLAIN ,2,3
TextColors 1,2,JAM2 ; PenA, PenB, DrawMode
Text "Pescafruit"
MenuFlags CHECKABLE
Highlight COMPLEMENT
ShortCutKey ""
EndScript
Occurred
SetObjectState "Wb",false
SetObjectState "WBold",false
SetObjectState "Violetexotic",false
SetObjectState "blacky",false
SetObjectState "banana",false
SetObjectState "PescaFruit",true
SetObjectState "GreenApple",false
SetObjectState "SpacyTint",false
SetRGB 0,170,170,170
SetRGB 1,0,0,0
SetRGB 2,255,17,68
SetRGB 3,238,136,0
EndScript
EndObject
TextMenu "GreenApple"
Definition
AttachTo OBJECT ,"Farbenwahl"
Font "personal",8 ; FontName, PointSize
Style PLAIN ,2,3
TextColors 1,2,JAM2 ; PenA, PenB, DrawMode
Text "GreenApple"
MenuFlags CHECKABLE
Highlight COMPLEMENT
ShortCutKey ""
EndScript
Occurred
SetObjectState "Wb",false
SetObjectState "WBold",false
SetObjectState "Violetexotic",false
SetObjectState "blacky",false
SetObjectState "banana",false
SetObjectState "PescaFruit",false
SetObjectState "GreenApple",true
SetObjectState "SpacyTint",false
SetRGB 0,153,153,153
SetRGB 1,0,0,0
SetRGB 2,238,170,51
SetRGB 3,0,136,0
EndScript
EndObject
TextMenu "Spacytint"
Definition
AttachTo OBJECT ,"Farbenwahl"
Font "personal",8 ; FontName, PointSize
Style PLAIN ,2,3
TextColors 1,2,JAM2 ; PenA, PenB, DrawMode
Text "Spacytint"
MenuFlags CHECKABLE
Highlight COMPLEMENT
ShortCutKey ""
EndScript
Occurred
SetObjectState "Wb",false
SetObjectState "WBold",false
SetObjectState "Violetexotic",false
SetObjectState "blacky",false
SetObjectState "banana",false
SetObjectState "PescaFruit",false
SetObjectState "GreenApple",false
SetObjectState "SpacyTint",true
SetRGB 0,255,255,255
SetRGB 1,238,0,187
SetRGB 2,0,0,0
SetRGB 3,17,204,102
EndScript
EndObject
AKey "OnlineHelp"
Definition
QualifiersPressed NONE
KeyPressed HELP
EndScript
OnDown
If EXISTS ("sys:Utilities/Amigaguide")
Dos "Run >Nil: <Nil: Sys:Utilities/Amigaguide Textloader.guide" ; Run the application
Else
If EXISTS ("sys:Utilities/Multiview")
Dos "Run >Nil: <Nil: Sys:Utilities/Multiview Textloader.guide" ; Run the Aplic.
Else
If EXISTS ("sys:c/Amigaguide")
Dos "Run >Nil: <Nil: Sys:c/Amigaguide Textloader.guide"
Else
OpenRequester "SimpleReq","Kommentar","","Textloader Meldung...","Leider konnte ich die","Textloader OnlineHelp nicht","starten. Benötige Amigaguide, oder","Multiview für die Ausgabe!"
EndIf
EndIf
EndIf
EndScript
EndObject
AKey "Laden Text (KeyInput)"
Definition
QualifiersPressed NONE
KeyPressed F1
EndScript
OnDown
SetFileRequestMode REGULARMODE ,REJECTICONS
Let Laden=AskForFilename(NeueDatei,"Load ASCII/FTXT file...","155","39","340","180")
Let NeueDatei=Laden
If NeueDatei<>NOTHING
If NOT MATCH (FileType(NeueDatei),"Unknown","FTXT")
Do "Beep"
SetWindowTitle "Can`t load: "|||NeueDatei|||" !"
Else
SetWindowTitle "Loading Document..."
LoadDocument NeueDatei,"TheDoc"
IfError
Else
SetWindowTitle "Dateiname"|||NeueDatei
EndIf
EndIf
EndIf
EndScript
EndObject
AKey "Speichern (KeyInput)"
Definition
QualifiersPressed NONE
KeyPressed F2
EndScript
OnDown
Let Abfrage = AskForResponse("Should the text saved,"||Char(10)||"to the old location? Is this,"||Char(10)||"what you want?","Textloader Information...","OK|Cancel")
If Abfrage =1
SaveAllChangedBuffers
If error
Do "FehlerRoutine"
If Abfrage =0
EndIf
EndIf
EndIf
EndScript
EndObject
AKey "Speichern als... (KeyInput)"
Definition
QualifiersPressed NONE
KeyPressed F3
EndScript
OnDown
SetFileRequestMode SAVEFILEMODE ,NONE
Let SichernAscii=AskForFileName(Antwort,"Save Text as ASCII file..","155","39","340","180")
Let Info = AskForResponse("Die empfohlene Konfiguration ist:"||Char(10)||"OS3.1, 2mb-ChipRAM und FastRAM!"||Char(10)||"Programmiert mit CanDo 2.01 und 2.51!"||Char(10)||" "||Char(10)||" Textloader is a fine Product!","Textloader Infos...","")